added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETBingMaps / My Project / Resources.Designer.vb
blob9234dbc89c9bfadca0f8ac440ee9ea889e94e90f
1 '------------------------------------------------------------------------------
2 ' <auto-generated>
3 ' This code was generated by a tool.
5 ' Changes to this file may cause incorrect behavior and will be lost if
6 ' the code is regenerated.
7 ' </auto-generated>
8 '------------------------------------------------------------------------------
10 Option Strict On
11 Option Explicit On
14 Namespace My.Resources
16 'This class was auto-generated by the StronglyTypedResourceBuilder
17 'class via a tool like ResGen or Visual Studio.
18 'To add or remove a member, edit your .ResX file then rerun ResGen
19 'with the /str option, or rebuild your VS project.
20 '<summary>
21 ' A strongly-typed resource class, for looking up localized strings, etc.
22 '</summary>
23 <Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0"), _
24 Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
25 Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
26 Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
27 Friend Module Resources
29 Private resourceMan As Global.System.Resources.ResourceManager
31 Private resourceCulture As Global.System.Globalization.CultureInfo
33 '<summary>
34 ' Returns the cached ResourceManager instance used by this class.
35 '</summary>
36 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
37 Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
38 Get
39 If Object.ReferenceEquals(resourceMan, Nothing) Then
40 Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("VBASPNETBingMaps.Resources", GetType(Resources).Assembly)
41 resourceMan = temp
42 End If
43 Return resourceMan
44 End Get
45 End Property
47 '<summary>
48 ' Overrides the current thread's CurrentUICulture property for all
49 ' resource lookups using this strongly typed resource class.
50 '</summary>
51 <Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
52 Friend Property Culture() As Global.System.Globalization.CultureInfo
53 Get
54 Return resourceCulture
55 End Get
56 Set(ByVal value As Global.System.Globalization.CultureInfo)
57 resourceCulture = value
58 End Set
59 End Property
60 End Module
61 End Namespace